runtime.gcControllerState.heapGoal (method)

8 uses

	runtime (current package)
		metrics.go#L652: 	a.heapGoal = gcController.heapGoal()
		mgc.go#L1281: 	if gcController.heapGoal() > minHeapForMetadataHugePages {
		mgcpacer.go#L457: 		heapGoal := c.heapGoal()
		mgcpacer.go#L503: 	heapGoal := int64(c.heapGoal())
		mgcpacer.go#L601: 	gcController.lastHeapGoal = c.heapGoal()
		mgcpacer.go#L900: func (c *gcControllerState) heapGoal() uint64 {
		mstats.go#L441: 	heapGoal := gcController.heapGoal()
		traceruntime.go#L603: 	heapGoal := gcController.heapGoal()